home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_QUERYDLG_H__EB8F1911_230C_11D1_8B14_0060970F53FF__INCLUDED_)
- #define AFX_QUERYDLG_H__EB8F1911_230C_11D1_8B14_0060970F53FF__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // QueryDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CQueryDlg dialog
-
- class CQueryDlg : public CDialog
- {
- // Construction
- public:
- CQueryDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CQueryDlg)
- enum { IDD = IDD_QUERY_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CQueryDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- int GetChoice();
-
- protected:
- int m_idChoice;
- CString m_strChoice1;
- CString m_strChoice2;
- CString m_strChoice3;
-
-
- // Generated message map functions
- //{{AFX_MSG(CQueryDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchangeList1();
- afx_msg void OnDblclkList1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_QUERYDLG_H__EB8F1911_230C_11D1_8B14_0060970F53FF__INCLUDED_)
-